<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

a:link {
  color: #323232;
  text-decoration:none;
}

a:visited {
  color: #323232;
  text-decoration:none;
}

a:hover {
  color: hotpink;
  text-decoration:none;
}

/* 被选择的链接 */
a:active {
  color: #323232;
  text-decoration:none;
}</pre></body></html>